Skip to content

Add UCRT64 build option#567

Open
God-damnit-all wants to merge 2 commits into
easymodo:masterfrom
God-damnit-all:ucrt64
Open

Add UCRT64 build option#567
God-damnit-all wants to merge 2 commits into
easymodo:masterfrom
God-damnit-all:ucrt64

Conversation

@God-damnit-all
Copy link
Copy Markdown
Contributor

Uses a workflow option to build as UCRT64 instead of MINGW64. The BUILD_NAME variable gets updated to have ucrt- before x64 and the build script replaces w64-x86_64 with w64-ucrt-x86_64 if $USE_UCRT equals 1.

It built successfully, but I figured you might want to be able to have it built separately to help make sure there's not any bugs specific to a particular compilation process.

Oh, and also allows for local dependencies lists in the build file. I was initially going to do some weird thing where there was a separate file for UCRT64-specific builds but came up with just altering the sed command based on an env variable instead. However, I decided it would still be nice to be able to have some sort of manual override for that if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant